feed/packages.git
8 years agoMerge pull request #4634 from pprindeville/ntp-add-uci-support
tripolar [Fri, 28 Jul 2017 08:01:11 +0000 (10:01 +0200)]
Merge pull request #4634 from pprindeville/ntp-add-uci-support

ntpd: use UCI to synthesize minimal conf file

8 years agoshadowsocks-libev: use xargs -r just in case
Yousong Zhou [Fri, 28 Jul 2017 07:10:31 +0000 (15:10 +0800)]
shadowsocks-libev: use xargs -r just in case

Signed-off-by: Yousong Zhou <[email protected]>
8 years agoshadowsocks-libev: fix compiling with stale object files
Yousong Zhou [Fri, 28 Jul 2017 06:44:48 +0000 (14:44 +0800)]
shadowsocks-libev: fix compiling with stale object files

This will cause various kinds of failures in the buildbot

    ➜  shadowsocks-libev-3.0.7 git:(master) find . -name '*.o' -o -name '*.lo'
    ./libbloom/murmur2/libbloom_la-MurmurHash2.o
    ./libbloom/murmur2/libbloom_la-MurmurHash2.lo
    ./libbloom/libbloom_la-bloom.lo
    ./libbloom/libbloom_la-bloom.o
    ➜  shadowsocks-libev-3.0.7 git:(master) ls -l libbloom/murmur2
    total 24
    -rw-r--r-- 1 yousong yousong  324 Jun 27 14:17 libbloom_la-MurmurHash2.lo
    -rw-r--r-- 1 yousong yousong 4168 Jun 27 14:17 libbloom_la-MurmurHash2.o
    -rw-r--r-- 1 yousong yousong 1344 Feb 17 08:47 MurmurHash2.c
    -rw-r--r-- 1 yousong yousong  142 Feb 17 08:47 murmurhash2.h
    -rw-r--r-- 1 yousong yousong  213 Feb 17 08:47 README
    ➜  shadowsocks-libev-3.0.7 git:(master) file ./libbloom/murmur2/libbloom_la-MurmurHash2.o
    ./libbloom/murmur2/libbloom_la-MurmurHash2.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
    ➜  shadowsocks-libev-3.0.7 git:(master)

Signed-off-by: Yousong Zhou <[email protected]>
8 years agosoftethervpn: Pass down CFLAGS, CPPFLAGS and LDFLAGS
Florian Fainelli [Fri, 28 Jul 2017 01:23:04 +0000 (18:23 -0700)]
softethervpn: Pass down CFLAGS, CPPFLAGS and LDFLAGS

The softethervpn does not actually supported CCFLAGS, or other standard
variables, so we need to override CC to include all of those to fix
build errors with external toolchains.

Signed-off-by: Florian Fainelli <[email protected]>
8 years agosox: Explicitly disable support for OpenMP
Florian Fainelli [Mon, 10 Jul 2017 23:20:21 +0000 (16:20 -0700)]
sox: Explicitly disable support for OpenMP

In case a toolchain happens to be built with OpenMP, sox's configure
script would be picking that, but we would not be depending on libgomp
and would fail creating the package.

Since internal OpenWrt/LEDE toolchains don't enable OpenMP by default,
let's just do that here as well.

Signed-off-by: Florian Fainelli <[email protected]>
8 years agontpd: use UCI to synthesize minimal conf file
Philip Prindeville [Wed, 26 Jul 2017 13:51:39 +0000 (07:51 -0600)]
ntpd: use UCI to synthesize minimal conf file

Borrowed code from Busybox's sysntpd.

Signed-off-by: Philip Prindeville <[email protected]>
8 years agoMerge pull request #4643 from aparcar/patch-2
Daniel Golle [Thu, 27 Jul 2017 21:53:17 +0000 (23:53 +0200)]
Merge pull request #4643 from aparcar/patch-2

rpcd-mod-attendedsysupgrade: add missing .rpcd

8 years agorpcd-mod-attendedsysupgrade: add missing .rpcd
Paul Spooren [Thu, 27 Jul 2017 17:14:24 +0000 (19:14 +0200)]
rpcd-mod-attendedsysupgrade: add missing .rpcd

due to renaming .rpcd was forgotten in the Makefile

Signed-off-by: Paul Spooren <[email protected]>
8 years agoMerge pull request #4610 from pprindeville/syslog-ng-fix-reload
Philip Prindeville [Thu, 27 Jul 2017 15:03:15 +0000 (09:03 -0600)]
Merge pull request #4610 from pprindeville/syslog-ng-fix-reload

syslog-ng: use syslog-ng-ctl to handle reload operation

8 years agoMerge pull request #4639 from commodo/python-cryptography-update
Hannu Nyman [Thu, 27 Jul 2017 13:12:40 +0000 (16:12 +0300)]
Merge pull request #4639 from commodo/python-cryptography-update

python-cryptography: update to version 1.9 ; add python3 variant, and simplify/remove python-cffi host dep

8 years agopython-cryptography: bump to version 1.9 and add python3 variant
Alexandru Ardelean [Thu, 6 Jul 2017 17:39:40 +0000 (20:39 +0300)]
python-cryptography: bump to version 1.9 and add python3 variant

And add myself as 2nd maintainer.

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython-cffi: install host-side via pip + add myself 2nd maintainer
Alexandru Ardelean [Thu, 27 Jul 2017 06:36:44 +0000 (09:36 +0300)]
python-cffi: install host-side via pip + add myself 2nd maintainer

python-cryptography needs this dep to build
the sources.

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython-idna: bump to version 2.5 and add python3 variant
Alexandru Ardelean [Thu, 6 Jul 2017 18:09:04 +0000 (21:09 +0300)]
python-idna: bump to version 2.5 and add python3 variant

And add myself as 2nd maintainer.

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython-pyasn1: bump to version 0.2.3 and add python3 variant
Alexandru Ardelean [Thu, 6 Jul 2017 17:49:59 +0000 (20:49 +0300)]
python-pyasn1: bump to version 0.2.3 and add python3 variant

And add myself as 2nd maintainer.

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython-six: add python3-six variant + add myself as 2nd maintainer
Alexandru Ardelean [Tue, 4 Jul 2017 20:42:36 +0000 (23:42 +0300)]
python-six: add python3-six variant + add myself as 2nd maintainer

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agoMerge pull request #4637 from commodo/python-refresh-patches
Hannu Nyman [Thu, 27 Jul 2017 04:19:42 +0000 (07:19 +0300)]
Merge pull request #4637 from commodo/python-refresh-patches

python,python3: refresh patches via refresh cmd (reduce patch fuzz)

8 years agopython3: refresh patches `make package/python3/refresh` cmd
Alexandru Ardelean [Wed, 26 Jul 2017 20:55:31 +0000 (23:55 +0300)]
python3: refresh patches `make package/python3/refresh` cmd

This was a bit overdue.
I did not know about this methodology.
Reduces patch fuzz.

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython: refresh patches `make package/python/refresh` cmd
Alexandru Ardelean [Wed, 26 Jul 2017 20:55:21 +0000 (23:55 +0300)]
python: refresh patches `make package/python/refresh` cmd

This was a bit overdue.
I did not know about this methodology.
Reduces patch fuzz.

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agoMerge pull request #4616 from diizzyy/patch-76
Zoltan Herpai [Wed, 26 Jul 2017 19:13:17 +0000 (21:13 +0200)]
Merge pull request #4616 from diizzyy/patch-76

sound/mpg123: Update to 1.25.3

8 years agosyslog-ng: use syslog-ng-ctl for proper reloads
Philip Prindeville [Tue, 25 Jul 2017 20:17:41 +0000 (14:17 -0600)]
syslog-ng: use syslog-ng-ctl for proper reloads

Signed-off-by: Philip Prindeville <[email protected]>
8 years agosyslog-ng: add syntax check to startup script
Philip Prindeville [Tue, 25 Jul 2017 20:16:37 +0000 (14:16 -0600)]
syslog-ng: add syntax check to startup script

Signed-off-by: Philip Prindeville <[email protected]>
8 years agosyslog-ng: get rid of guardian process
Philip Prindeville [Tue, 25 Jul 2017 20:15:05 +0000 (14:15 -0600)]
syslog-ng: get rid of guardian process

Signed-off-by: Philip Prindeville <[email protected]>
8 years agosyslog-ng: replace hardcoded paths with variables
Philip Prindeville [Tue, 25 Jul 2017 20:13:53 +0000 (14:13 -0600)]
syslog-ng: replace hardcoded paths with variables

Signed-off-by: Philip Prindeville <[email protected]>
8 years agosyslog-ng: add customization directory
Philip Prindeville [Tue, 25 Jul 2017 20:10:15 +0000 (14:10 -0600)]
syslog-ng: add customization directory

Signed-off-by: Philip Prindeville <[email protected]>
8 years agosyslog-ng: retire PKG_MD5SUM
Philip Prindeville [Tue, 25 Jul 2017 20:07:06 +0000 (14:07 -0600)]
syslog-ng: retire PKG_MD5SUM

Signed-off-by: Philip Prindeville <[email protected]>
8 years agoMerge pull request #4628 from ejurgensen/forked-daapd_25.0
Hannu Nyman [Wed, 26 Jul 2017 17:09:55 +0000 (20:09 +0300)]
Merge pull request #4628 from ejurgensen/forked-daapd_25.0

forked-daapd: Update to 25.0

8 years agoforked-daapd: Update to 25.0
ejurgensen [Tue, 25 Jul 2017 19:33:21 +0000 (21:33 +0200)]
forked-daapd: Update to 25.0

Signed-off-by: Espen Jürgensen <[email protected]>
8 years agoshadowsocks-libev: configure options for release build
Yousong Zhou [Wed, 26 Jul 2017 02:12:25 +0000 (10:12 +0800)]
shadowsocks-libev: configure options for release build

 - It's a common practice that assert should be ignored in release build
 - Whether to enable ssp should be decided by the config of build system

This was taken from Makefile in shadowsocks/openwrt-shadowsocks.

Signed-off-by: Yousong Zhou <[email protected]>
8 years agobuild,travis: fix repo unshallowing
Etienne Champetier [Tue, 25 Jul 2017 22:25:09 +0000 (15:25 -0700)]
build,travis: fix repo unshallowing

git merge-base does not work as I expected

Signed-off-by: Etienne Champetier <[email protected]>
8 years agoMerge pull request #4627 from aparcar/rpcd-mod-attended-sysupgrade
Daniel Golle [Tue, 25 Jul 2017 17:46:35 +0000 (19:46 +0200)]
Merge pull request #4627 from aparcar/rpcd-mod-attended-sysupgrade

rpcd-mod-attendedsysupgrade: add package

8 years agobuild,travis: allow '/' in the start of the commit
Etienne Champetier [Tue, 25 Jul 2017 17:43:56 +0000 (10:43 -0700)]
build,travis: allow '/' in the start of the commit

Signed-off-by: Etienne Champetier <[email protected]>
8 years agoMerge pull request #4626 from aparcar/patch-2
champtar [Tue, 25 Jul 2017 17:40:54 +0000 (10:40 -0700)]
Merge pull request #4626 from aparcar/patch-2

build,travis: allow dash in package name

8 years agobuild,travis: allow dash in package name
Paul Spooren [Tue, 25 Jul 2017 17:17:44 +0000 (19:17 +0200)]
build,travis: allow dash in package name

Signed-off-by: Paul Spooren <[email protected]>
8 years agorpcd-mod-attendedsysupgrade: add package
Paul Spooren [Tue, 18 Jul 2017 22:47:40 +0000 (00:47 +0200)]
rpcd-mod-attendedsysupgrade: add package

add ubus call to perform a sysupgrade and acl file for the attended
sysupgrade use case as well uci defaults.
Package is a part of the GSoC 17 project implementing easy
sysupgrade functionality.

Signed-off-by: Paul Spooren <[email protected]>
8 years agoMerge pull request #4625 from aparcar/rpcd-mod-packagelist
Daniel Golle [Tue, 25 Jul 2017 17:27:07 +0000 (19:27 +0200)]
Merge pull request #4625 from aparcar/rpcd-mod-packagelist

rpcd-mod-packagelist: add package

8 years agorpcd-mod-packagelist: add package
Paul Spooren [Tue, 18 Jul 2017 22:47:40 +0000 (00:47 +0200)]
rpcd-mod-packagelist: add package

Provides a way to acquire the list of installed packages without the
need to have opkg available. It is being used for the GSoC 17 project
implementing easy sysupgrade functionality.

Signed-off-by: Paul Spooren <[email protected]>
8 years agoMerge pull request #4624 from champtar/travis
champtar [Tue, 25 Jul 2017 14:55:33 +0000 (07:55 -0700)]
Merge pull request #4624 from champtar/travis

build,travis: do not modify .travis.yml

8 years agoshadowsocks-libev: configure with --disable-silent-rules
Yousong Zhou [Tue, 25 Jul 2017 08:39:09 +0000 (16:39 +0800)]
shadowsocks-libev: configure with --disable-silent-rules

So that more details will be shown in faillogs

Signed-off-by: Yousong Zhou <[email protected]>
8 years agoMerge pull request #4601 from commodo/python-cffi-upgrade
Hannu Nyman [Tue, 25 Jul 2017 06:49:15 +0000 (09:49 +0300)]
Merge pull request #4601 from commodo/python-cffi-upgrade

python-cffi: upgrade to 1.10.0 (together with dependencies)

8 years agoMerge pull request #4623 from ejurgensen/gperf_3.1
Hannu Nyman [Tue, 25 Jul 2017 06:46:10 +0000 (09:46 +0300)]
Merge pull request #4623 from ejurgensen/gperf_3.1

gperf: Update to 3.1

8 years agoMerge pull request #4034 from artynet/apache-fix
Thomas Heil [Tue, 25 Jul 2017 00:44:46 +0000 (02:44 +0200)]
Merge pull request #4034 from artynet/apache-fix

apache : fixing zlib dependency

8 years agobuild,travis: do not modify .travis.yml
Etienne Champetier [Mon, 24 Jul 2017 23:32:55 +0000 (16:32 -0700)]
build,travis: do not modify .travis.yml

restarting a build doesn't update .travis.yml but does update .travis_do.sh ...

Signed-off-by: Etienne Champetier <[email protected]>
8 years agoMerge pull request #4618 from champtar/travis
champtar [Mon, 24 Jul 2017 22:08:42 +0000 (15:08 -0700)]
Merge pull request #4618 from champtar/travis

Travis improvements

8 years agogperf: Update to 3.1
ejurgensen [Mon, 24 Jul 2017 21:23:00 +0000 (23:23 +0200)]
gperf: Update to 3.1

The patch fixes a problem where an incorrect getline.h would get included
(not gperf's own which resides in ./lib)

Signed-off-by: Espen Jürgensen <[email protected]>
8 years agobuild,travis: fetch commits until we find merge-base
Etienne Champetier [Mon, 24 Jul 2017 18:08:55 +0000 (11:08 -0700)]
build,travis: fetch commits until we find merge-base

if the merge-base is not in the initial clone,
git diff / git rev-list will return funky results

Signed-off-by: Etienne Champetier <[email protected]>
8 years agoMerge pull request #4619 from diizzyy/patch-77
Ted Hess [Mon, 24 Jul 2017 18:09:36 +0000 (14:09 -0400)]
Merge pull request #4619 from diizzyy/patch-77

libs/expat: Fix poor entropy compilation error

8 years agobuild,travis: test commits format
Etienne Champetier [Sun, 23 Jul 2017 19:51:59 +0000 (12:51 -0700)]
build,travis: test commits format

Signed-off-by: Etienne Champetier <[email protected]>
8 years agobuild,travis: some tunings
Etienne Champetier [Sat, 22 Jul 2017 19:06:09 +0000 (12:06 -0700)]
build,travis: some tunings

- use 'git diff --name-only'
- unpack the sdk only once as if there is no errors we don't need clean sdk
  fresh sdk mean new git checkout of the feeds each time
- only include base, packages and luci,
  as we should not have dependencies on other feeds
- use github for feeds
- continue to test on error
- add a bit of color
- use bash

Signed-off-by: Etienne Champetier <[email protected]>
8 years agoshadowsocks-libev: bump version 3.0.7
Yousong Zhou [Mon, 24 Jul 2017 16:58:42 +0000 (00:58 +0800)]
shadowsocks-libev: bump version 3.0.7

Notable changes since 3.0.6

    f308dde ss-server: fix a use-after-free bug
    0b2dce5 ss-redir: fix a mem leak
    b7bdb16 ss-local: SOCKS5 UDP associate terminates the connection prematurely
    3f0d39a ss-local: use getsockname udp_fd where it applies (fixes local_port==0)
    eb30a3d fix possible data loss with salsa20 cipher
    0559d8c fix partial nonce data being overwritten

Signed-off-by: Yousong Zhou <[email protected]>
8 years agoMerge pull request #4621 from commodo/python3-upgrade
Hannu Nyman [Mon, 24 Jul 2017 11:52:52 +0000 (14:52 +0300)]
Merge pull request #4621 from commodo/python3-upgrade

python3: upgrade to version 3.6.2

8 years agopython3: upgrade to version 3.6.2
Alexandru Ardelean [Mon, 24 Jul 2017 10:17:08 +0000 (13:17 +0300)]
python3: upgrade to version 3.6.2

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agoglib2: update to 2.53.4
Peter Wagner [Mon, 24 Jul 2017 10:16:17 +0000 (12:16 +0200)]
glib2: update to 2.53.4

Signed-off-by: Peter Wagner <[email protected]>
8 years agoshadowsocks-libev: fix cases where passwords contain dquote
Yousong Zhou [Mon, 24 Jul 2017 05:08:58 +0000 (13:08 +0800)]
shadowsocks-libev: fix cases where passwords contain dquote

Signed-off-by: Yousong Zhou <[email protected]>
8 years agolibs/expat: Fix poor entropy compilation error
Daniel Engberg [Sun, 23 Jul 2017 21:17:13 +0000 (23:17 +0200)]
libs/expat: Fix poor entropy compilation error

Add the same workaround as for the expat package in toolchain.
I'm not really sure what made it work for me earlier but this seems to fix it.

Signed-off-by: Daniel Engberg <[email protected]>
8 years agoMerge pull request #4617 from ejurgensen/mxml_update_source
champtar [Sun, 23 Jul 2017 21:21:41 +0000 (14:21 -0700)]
Merge pull request #4617 from ejurgensen/mxml_update_source

mxml: Update URL and use PKG_HASH instead of PKG_MD5SUM

8 years agomxml: Update URL and use PKG_HASH instead of PKG_MD5SUM
ejurgensen [Sun, 23 Jul 2017 20:43:29 +0000 (22:43 +0200)]
mxml: Update URL and use PKG_HASH instead of PKG_MD5SUM

Compile tested

Signed-off-by: Espen Jürgensen <[email protected]>
8 years agosound/mpg123: Update to 1.25.3
Daniel Engberg [Sun, 23 Jul 2017 17:30:30 +0000 (19:30 +0200)]
sound/mpg123: Update to 1.25.3

Update mpg123 to 1.25.3

Signed-off-by: Daniel Engberg <[email protected]>
8 years agoMerge pull request #4607 from diizzyy/patch-75
Hannu Nyman [Sun, 23 Jul 2017 16:36:08 +0000 (19:36 +0300)]
Merge pull request #4607 from diizzyy/patch-75

libarchive: Update to 3.3.2

8 years agoMerge pull request #4600 from diizzyy/patch-74
Hannu Nyman [Sun, 23 Jul 2017 16:35:43 +0000 (19:35 +0300)]
Merge pull request #4600 from diizzyy/patch-74

admin/netdata: Update to 1.7.0

8 years agoMerge pull request #4605 from dibdot/travelmate
Hannu Nyman [Sun, 23 Jul 2017 16:34:24 +0000 (19:34 +0300)]
Merge pull request #4605 from dibdot/travelmate

travelmate: update 0.9.0

8 years agoMerge pull request #4612 from pcmulder/patch-1
Hannu Nyman [Sun, 23 Jul 2017 16:23:33 +0000 (19:23 +0300)]
Merge pull request #4612 from pcmulder/patch-1

adblock: Added Netherlands as a region.

8 years agoshadowsocks-libev: validate bool with default value 0
Yousong Zhou [Sun, 23 Jul 2017 15:15:23 +0000 (23:15 +0800)]
shadowsocks-libev: validate bool with default value 0

The change is mainly for keeping compatibility with old validate_data
before ubox commit ac481cdd999ee84d3f115c33a56397237e95ec64 in Sat Jul
16 14:52:36 2016 +0200.  The behaviour change comes with that commit can
be seen with the following command line session

    root@LEDE:/usr/bin# validate_data network interface wan 'disabled:bool:false'
    network.wan.disabled is unset and defaults to bool false
    disabled=0; root@LEDE:/usr/bin#

    root@OpenWrt:/# validate_data network interface lan 'disabled:bool:false'
    disabled='false'; root@OpenWrt:/#

This will cause shadowsocks-libev in current master branch fail on OpenWrt
15.01 though they actually should only use packages from the 15.01 branch...

Fixes openwrt/packages#4614

Signed-off-by: Yousong Zhou <[email protected]>
8 years agoshadowsocks-libev: ss-rules: add executable bits
Yousong Zhou [Mon, 3 Jul 2017 09:20:36 +0000 (17:20 +0800)]
shadowsocks-libev: ss-rules: add executable bits

8 years agoMerge pull request #4584 from diizzyy/patch-69
Zoltan Herpai [Sat, 22 Jul 2017 19:29:40 +0000 (21:29 +0200)]
Merge pull request #4584 from diizzyy/patch-69

sound/mpg123: Update to 1.25.2

8 years agoadblock: Added a new region.
Patrick Mulder [Sat, 22 Jul 2017 18:33:26 +0000 (20:33 +0200)]
adblock: Added a new region.

Signed-off-by: Patrick Mulder <[email protected]>
8 years agoMerge pull request #4599 from commodo/travis-stuff
champtar [Sat, 22 Jul 2017 18:15:13 +0000 (11:15 -0700)]
Merge pull request #4599 from commodo/travis-stuff

build,travis: limit git depth to 1 level

8 years agosound/sox: Reduce dependencies
Daniel Engberg [Tue, 11 Jul 2017 22:22:34 +0000 (00:22 +0200)]
sound/sox: Reduce dependencies

Reduce dependencies and remove not used functionality linked in using external libs.

libsndfile: Unusual file formats
libpng: Only used to generate spectrograms
Clean up configure arguments
libid3tag doesn't fall into the BUILD_PATENTED category as far as I can tell.

Signed-off-by: Daniel Engberg <[email protected]>
Signed-off-by: Ted Hess <[email protected]>
8 years agolibarchive: Update to 3.3.2
Daniel Engberg [Thu, 20 Jul 2017 05:53:14 +0000 (07:53 +0200)]
libarchive: Update to 3.3.2

Update libarchive to 3.3.2

Signed-off-by: Daniel Engberg <[email protected]>
8 years agotravelmate: update 0.9.0
Dirk Brenken [Wed, 19 Jul 2017 20:34:18 +0000 (22:34 +0200)]
travelmate: update 0.9.0

backend:
* handle errors due to misconfigured uplinks
* various bugfixes

luci frontend:
* add a powerful wireless station manager to edit and delete existing
  interfaces or scan for new uplinks

Signed-off-by: Dirk Brenken <[email protected]>
8 years agoMerge pull request #4598 from commodo/fix-python-builds
champtar [Wed, 19 Jul 2017 18:46:21 +0000 (11:46 -0700)]
Merge pull request #4598 from commodo/fix-python-builds

python,python3: try to stabilize host builds

8 years agopython-cffi: bump to version 1.10.0
Alexandru Ardelean [Tue, 4 Jul 2017 18:02:39 +0000 (21:02 +0300)]
python-cffi: bump to version 1.10.0

And drop the host-build.
This was needed, simply to cross-build the package.

I'm not a religious man, but "praise the lord" for
dropping this :D

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython-pycparser: bump to version 2.17 and drop host-build
Alexandru Ardelean [Tue, 4 Jul 2017 19:39:22 +0000 (22:39 +0300)]
python-pycparser: bump to version 2.17 and drop host-build

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython-ply: bump to version 3.10 and drop the host-build
Alexandru Ardelean [Tue, 4 Jul 2017 19:31:48 +0000 (22:31 +0300)]
python-ply: bump to version 3.10 and drop the host-build

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython,python3: add host python pip install support
Alexandru Ardelean [Wed, 19 Jul 2017 07:19:10 +0000 (10:19 +0300)]
python,python3: add host python pip install support

To install Python packages host side, that
may be needed for a build.

The intent, is to try to reduce host-side Python
packages being installed via LEDE/OpenWrt build system.
Because those seem like a pain to maintain.

The idea is adapted from Yousong's `python-packages`
package.

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython,python3: drop HostPy/Compile/Default rules
Alexandru Ardelean [Wed, 19 Jul 2017 07:07:35 +0000 (10:07 +0300)]
python,python3: drop HostPy/Compile/Default rules

Not used, and will not be used.

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython,python3: drop PKG_MD5SUM fields ; will use only PKG_HASH
Alexandru Ardelean [Wed, 19 Jul 2017 06:40:34 +0000 (09:40 +0300)]
python,python3: drop PKG_MD5SUM fields ; will use only PKG_HASH

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython,python3: remove multi-arch support, and /usr/local paths
Alexandru Ardelean [Sun, 16 Jul 2017 20:31:37 +0000 (23:31 +0300)]
python,python3: remove multi-arch support, and /usr/local paths

This should hopefully reduce weird behaviour caused
by the host system.

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agopython,python3: handle install script errors better
Alexandru Ardelean [Sun, 16 Jul 2017 15:46:36 +0000 (18:46 +0300)]
python,python3: handle install script errors better

Depending on execution order the `python-package-install.sh`
script would return a non-zero err code.

So, this enforces that all commands in the script
don't fail (via the `set -e` directive).

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agoadmin/netdata: Update to 1.7.0
Daniel Engberg [Wed, 19 Jul 2017 08:27:41 +0000 (10:27 +0200)]
admin/netdata: Update to 1.7.0

Update netdata to 1.7.0
Update URL
Clean up some more stray image files (smaller package)

Signed-off-by: Daniel Engberg <[email protected]>
8 years agobuild,travis: limit git depth to 1 level
Alexandru Ardelean [Wed, 19 Jul 2017 06:42:33 +0000 (09:42 +0300)]
build,travis: limit git depth to 1 level

It's just a minor optimization of the build.
No need to clone up to 50 revisions back (travis default)

Signed-off-by: Alexandru Ardelean <[email protected]>
8 years agoMerge pull request #4593 from lucize/postup
Philip Prindeville [Tue, 18 Jul 2017 17:25:54 +0000 (11:25 -0600)]
Merge pull request #4593 from lucize/postup

Postfix: security update to 3.2.2, add PostgreSQL and PCRE support and refresh patches

8 years agoPostfix: security update to 3.2.2, add PostgreSQL and PCRE support
Lucian Cristian [Sun, 16 Jul 2017 21:35:00 +0000 (00:35 +0300)]
Postfix: security update to 3.2.2, add PostgreSQL and PCRE support
refresh patches
add PKG_CONFIG_DEPENDS

Signed-off-by: Lucian Cristian <[email protected]>
8 years agoffmpeg: add avresample to libffmpeg-full
Ted Hess [Mon, 17 Jul 2017 16:24:25 +0000 (12:24 -0400)]
ffmpeg: add avresample to libffmpeg-full

Some projects, like freeswitch-stable, require avresample in
libffmpeg-full.

Signed-off-by: Sebastian Kemper <[email protected]>
Signed-off-by: Ted Hess <[email protected]>
8 years agoMerge pull request #4577 from diizzyy/patch-66
Ted Hess [Mon, 17 Jul 2017 14:52:44 +0000 (10:52 -0400)]
Merge pull request #4577 from diizzyy/patch-66

sound/mocp: General cleanup

8 years agoexpat: Use correct checksum, add myself as co-maintainer
Ted Hess [Mon, 17 Jul 2017 13:39:22 +0000 (09:39 -0400)]
expat: Use correct checksum, add myself as co-maintainer

Signed-off-by: Ted Hess <[email protected]>
8 years agopyodbc: use WORDS_BIGENDIAN instead of OS-specific defines
Daniel Golle [Mon, 17 Jul 2017 12:06:12 +0000 (14:06 +0200)]
pyodbc: use WORDS_BIGENDIAN instead of OS-specific defines

Python provides the WORDS_BIGENDIAN macro, use it to figure out the
native endian of the host.

Signed-off-by: Daniel Golle <[email protected]>
8 years agogit: update to 2.13.3
Peter Wagner [Sun, 16 Jul 2017 22:57:20 +0000 (00:57 +0200)]
git: update to 2.13.3

Signed-off-by: Peter Wagner <[email protected]>
8 years agobind: Update to 9.10.5-P3
Noah Meyerhans [Sun, 16 Jul 2017 15:53:59 +0000 (08:53 -0700)]
bind: Update to 9.10.5-P3

New upstream release includes fixes for the following security issues:

 * CVE-2017-3140: With certain RPZ configurations, a response with TTL 0 could
   cause named to go into an infinite query loop
 * CVE-2017-3142: An error in TSIG handling could permit unauthorized zone
   transfers or zone updates.
 * CVE-2017-3143: An error in TSIG handling could permit unauthorized zone
   transfers or zone updates.

Signed-off-by: Noah Meyerhans <[email protected]>
8 years agosound/mpg123: Update to 1.25.2
Daniel Engberg [Thu, 13 Jul 2017 21:40:51 +0000 (23:40 +0200)]
sound/mpg123: Update to 1.25.2

Update mpg123 to 1.25.2
Change download URL to Sourceforge
Change deprecated checksum variable (PKG_MD5SUM) to PKG_HASH
Add libout123
Add generic optimizations depending on platform have fpu or not
Add NEON-specific optimization
Remove BUILD_PATENTED, reference:
https://github.com/openwrt/packages/pull/4587
Small cleanup of Makefile
Thanks to Ted Hess for reviewing and suggesting compilation fix

NOTE:
mpg123 uses the most recent approach just like ffmpeg that's
mentioned here: https://github.com/openwrt/packages/pull/4555

Signed-off-by: Daniel Engberg <[email protected]>
8 years agoMerge pull request #4578 from dermoth/ddns_afraidv2
champtar [Sun, 16 Jul 2017 18:23:50 +0000 (11:23 -0700)]
Merge pull request #4578 from dermoth/ddns_afraidv2

ddns-scripts: Add afraid.org version 2 API

8 years agoMerge pull request #4574 from diizzyy/patch-64
Ted Hess [Sun, 16 Jul 2017 18:06:52 +0000 (14:06 -0400)]
Merge pull request #4574 from diizzyy/patch-64

libs/opus: Update to 1.2.1

8 years agoMerge pull request #4572 from diizzyy/patch-63
Ted Hess [Sun, 16 Jul 2017 17:53:10 +0000 (13:53 -0400)]
Merge pull request #4572 from diizzyy/patch-63

libs/expat: Update to 2.2.2

8 years agoMerge pull request #4471 from lynxis/travis
nbd168 [Sun, 16 Jul 2017 16:07:41 +0000 (18:07 +0200)]
Merge pull request #4471 from lynxis/travis

allow .travis.yml to run `make download check` on every Pull Request

8 years agoMerge pull request #4589 from diizzyy/patch-72
Ted Hess [Sun, 16 Jul 2017 15:23:55 +0000 (11:23 -0400)]
Merge pull request #4589 from diizzyy/patch-72

sound/shairport: Remove from tree

8 years agopyodbc: really fix endianess of SQL_WCHAR
Daniel Golle [Sun, 16 Jul 2017 09:56:56 +0000 (11:56 +0200)]
pyodbc: really fix endianess of SQL_WCHAR

auto-endian auf UTF-16 doesn't work with all drivers, some fail to
interpret the byte-order-marking. Hence explicitely use UTF16BE on
big-endian systems and UTF16LE otherwise.

Signed-off-by: Daniel Golle <[email protected]>
8 years agoMerge pull request #4591 from commodo/ovs-upgrade-2-7-1
champtar [Sun, 16 Jul 2017 02:48:26 +0000 (19:48 -0700)]
Merge pull request #4591 from commodo/ovs-upgrade-2-7-1

openvswitch: bump to version 2.7.1

8 years agoddns-scripts: Add afraid.org version 2 API
Thomas Guyot-Sionnest [Wed, 12 Jul 2017 09:47:10 +0000 (05:47 -0400)]
ddns-scripts: Add afraid.org version 2 API

afraid.org has a new update API with better IPV6 support. It needs to be
specifically enabled for each domain, so the original v1 api has been

Signed-off-by: Thomas Guyot-Sionnest <[email protected]>
8 years agoapache : updating PKG_RELEASE entry
Arturo Rinaldi [Sat, 15 Jul 2017 19:53:32 +0000 (21:53 +0200)]
apache : updating PKG_RELEASE entry

8 years agoopenssh: add ssh_host keys to openssh-server/conffiles
Peter Wagner [Sat, 15 Jul 2017 19:04:31 +0000 (21:04 +0200)]
openssh: add ssh_host keys to openssh-server/conffiles

Signed-off-by: Peter Wagner <[email protected]>
8 years agoopenvswitch: bump to version 2.7.1
Alexandru Ardelean [Sat, 15 Jul 2017 17:12:34 +0000 (20:12 +0300)]
openvswitch: bump to version 2.7.1

Signed-off-by: Alexandru Ardelean <[email protected]>